<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.topa{
    color: #666666;
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 0;
    background: #f7f7f7;
}
.topa_com a{
    color:#666;
}
.topa_a a{
    color: #666666;
    display: block;
    float: left;
    border-right: 1px solid #cccccc;
    padding-right: 10px;
    padding-left: 10px;
}
.topa_a a:hover{
    color: #FF0101;
}
.topa_a a span{
    background: url(../images/yw.png) left no-repeat;
    padding-left: 30px;
    color: #FF0101;
}
.topa_a a span:hover{
    text-decoration: underline;
}

.topb{
    padding: 30px 0;
}
.top_logo{
    width: auto;
}
.top_logo img{
    display: block;
    float: left;
    /* width: 221px; */
    height: 70px;
}
.top_tel{
    background: url(../images/top_tel.png) left no-repeat;
    padding-left: 50px;
    margin-top: 10px;
}
.top_tel p{
    font-size: 24px;
    color: #009a44;
    font-weight:bold;
}
.top_tel p span{
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 25px;
}

.top_img img{
    width: 80px;
    height: 80px;
    display: block;
    margin-left: 20px;
}

.nav_list{
    background: #0a539f;
}
.nav_list ul{
}
.nav_list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 149px;
    text-align: center;
    position: relative;
    margin-left: 1px;
}
.nav_list ul li:first-child a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #009a44;
    left: -1px;
    top: 15px;
    z-index: 999;
}
.nav_list ul li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #fff;
    left: -1px;
    top: 15px;
}
.nav_list ul li a{
    color: #fff;
    display: block;
    font-size: 16px;
}
.nav_list ul li a:hover{
    background: #e50112;
}
.nav_list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #eee;
    border-bottom: 2px solid #e50112;
    width: 150px;
    border-top: 1px solid #ccc;
}
.nav_list ul li div dl dd{
    border-bottom: 1px solid #ccc;
    line-height: 35px;
}
.nav_list ul li div dl dd a{
    color: #666;
    font-size:14px;
    display:block;
}
.nav_list ul li div dl dd a:hover{
    color:#fff;
    background:#e50112;
}
.nax_main&gt;a{
    background: #e50112;
}

/*搜索*/
.search{
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    position: relative;
    /* margin-bottom: 30px; */
}
.search:after{
    content: "";
    background: url(../images/search_bj.png) bottom no-repeat;
    height: 30px;
    width: 100%;
    bottom: -30px;
    position: absolute;
    left: 0;
}
.search_tit{
    height: 50px;
    width: 850px;
}
.search_tit span{
    font-weight: bold;
}
.search_tit a{
    margin-right: 7px;
    color: #666;
}
.search_tit a:hover{
    color: #0045ab;
}
.search_ss{
    margin-top: 10px;
    position: relative;
}
.search_ss #gjz{
    line-height: 25px;
    height: 25px;
    float: left;
    border: 2px solid #009a44;
    width: 240px;
    padding-left: 50px;
}
.search_ss #ssk{
    height: 29px;
    float: left;
    border: 2px solid #009a44;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url(../images/search_tb02.png) center  no-repeat #009a44;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 30px;
    left: 10px;
    color: #999;
    font-size: 12px;
}



.top_djon{
    background: #e50112!important;
}</pre></body></html>